home *** CD-ROM | disk | FTP | other *** search
/ HeiBe Erotik / HeiBe Erotik.iso / erospiel / justinam / setup.exe / 0 / RCDATA / TFEHLER / TFEHLER.txt
Text File  |  1979-12-31  |  885b  |  47 lines

  1. object Fehler: TFehler
  2.   Left = 199
  3.   Top = 268
  4.   ActiveControl = Button1
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Setup Fehler'
  8.   ClientHeight = 128
  9.   ClientWidth = 419
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   Position = poScreenCenter
  16.   OnActivate = FormActivate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 16
  21.     Top = 16
  22.     Width = 385
  23.     Height = 73
  24.     AutoSize = False
  25.     WordWrap = True
  26.   end
  27.   object Button1: TButton
  28.     Left = 125
  29.     Top = 104
  30.     Width = 81
  31.     Height = 21
  32.     Caption = 'OK'
  33.     Default = True
  34.     TabOrder = 0
  35.     OnClick = Button1Click
  36.   end
  37.   object Button2: TButton
  38.     Left = 213
  39.     Top = 104
  40.     Width = 81
  41.     Height = 21
  42.     Caption = 'Abbrechen'
  43.     TabOrder = 1
  44.     OnClick = Button2Click
  45.   end
  46. end
  47.